home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / ig107.zip / INTRGAME.DOC < prev    next >
Text File  |  1997-05-14  |  8KB  |  153 lines

  1.                          Inter - Game version 1.7
  2.                  By Chris Whitacre (C) 1995-97 All Rights Reserved
  3.  
  4.    Intergame was designed for falken bbs systems so that you can run non
  5. standard doors with falken via a null modem connection on another PC. This
  6. is accomplished by stealing a serial line from falken. Once the falken side
  7. has initialized the remote side, the user will be provided with a menu of up
  8. to 75 (2 in unregistered mode) where they can play all the games you want them
  9. to. Intergame will determine the age limits and graphics format before letting
  10. the user play the game. If the set age is more than the age calculated from the
  11. birthdate in the falken user structure then they cannot play that game. If the
  12. game requires ANSI graphics and the user only has ASCII graphics then they
  13. cannot play that game. As of now, intergame only supports the dorinfox.def, the
  14. chain.txt, and the door.sys formats, these 3 are the most popular formats so
  15. you should not have any problems setting up the game. Intergame requires the
  16. use of a FOSSIL driver on the game machine, the fossil MUST be revision 5
  17. compatable, I've done all my work with X00 but BNU Should work.
  18.  
  19.   There is NO warranty on this program at all what so ever! Use at your own
  20. risk, Chris Whitacre or The Midnight Hour! will NOT be held responsible for
  21. what ever happens by the usage of this computer program!
  22.  
  23.   To setup the intrgame you need to hook up the game machine to the bbs machine
  24. with a NULL modem. Then load up the bbscfg for falken and tell it that the line
  25. that your going to use is a NULL line by setting the init string to read
  26. 'direct'. After doing this, I recomend that you run a telecomunications program
  27. on the game machine and log into falken using the null modem, once this has
  28. been done you can just about bet that the intergame will connect on the very
  29. first try. Most of the problems in setting up this program lies within hidden
  30. IRQ conflicts. Once you got your game machine talking to falken ok you need to
  31. make a directory for the intrhost. Off of that directory you need to make a
  32. sub-directory called NODE1, this is where all your drop files will be placed
  33. for node number one. Note that in the multi-node version you will need a node
  34. directory for each node.
  35.  
  36.    Next copy the intrhost.exe file into the intrhost directory and run it with
  37. the /S command, this will get you the configuration editor, here you will put
  38. in a 1 line header for your internal menus, the system name, the sysop name,
  39. the color of the text being printed out, the color of the commands for the
  40. games, the color of the brackets, a scheduled maintenance time which will run
  41. a batch file called maint.bat, and the path to the data files.
  42.  
  43.    Next run the intrhost program with the /E command, this will get you the
  44. game editor, here is where you will enter the information about the game itself.
  45. If the games age limit is set then the age is calculated from the falken users
  46. database, if they are older than what you have set here it will let them play,
  47. if not it will tell them that they are to young to play that game. If they do
  48. not have the proper graphics it will not let them play the game also. There are
  49. 3 drop files supported, these are chain.txt, dorinfox.def, and door.sys, these
  50. files will end up in the apropriate directories per node. You can put the game
  51. in one of ten menu sets, these menu sets can be accessed by using the > and <
  52. keys, if a file exists for that menu set "screenx.ans or screenx.asc where x
  53. is the menu number" then that file will be printed instead of the internal
  54. menus. The filename is the name of the program you wish to run, these are
  55. usually batch ".bat" files and should exist in the main intrhost directory,
  56. note that the node number will be passed down to the batch file as a parameter.
  57. You can lock the game out for single node games, this should be set to yes if
  58. the game is a single node game and is being used in a multi-noded environment.
  59.  
  60. NOTE: There is no real need to lock the game in a single node environment.
  61.  
  62.    Example Batch file callings.
  63.  
  64. @echo off
  65. copy node%1\chain.txt gamedir  (NOTE that the node number is passed in the %1)
  66. cd gamedir
  67. gamename
  68. del chain.txt
  69. cd \intrgamedir
  70.  
  71.  
  72. NOTE: You may access the game editor by hitting the * key while online, you
  73.       may also access the system editor online bye hitting the ! key. Also
  74.       giving a game the ! for a command will dissable that game from play,
  75.       HOWEVER, if running multi-node, you will loose all changes if there is
  76.       more than one node running when you change something in the editor,
  77.       so shut down the intrgame when running in desqview to 1 node.
  78.  
  79.  
  80.    The command line parameters for the interhost are as follows:
  81.  
  82. /B<rate>     is the baud rate, I recomend locking the port in the fossil driver.
  83. /C<num>      is the port number to use, 1 - 8 (or whatever you fossil will allow)
  84. /D           is the flag for relinquishing time slices under DesqView, note that
  85.              there is an evedent problem in the hardware with desqview versions
  86.              below 2.6 as stated in the fossil driver documentations.
  87. /E           is the game editor
  88. /P<password> is the systems password
  89. /S           is the system editor
  90. /N<node>     is the node being ran, defaults to 1
  91. /? or ?      is a short menu
  92.  
  93.    The command line parameters for the interload are as follows:
  94.  
  95. /C<line>    is the line to steel from falken.
  96. /D          is the debug switch, no data will go to the bbs log unless this
  97.             is active!
  98. /K          is to kill the network (must be called with the /C first)
  99. /L          Load the network into memory
  100. /R          Run the intergame.
  101.  
  102.  
  103.  
  104.   Next you will need to copy the intrgame.exe, intrload.exe to the mainbbs
  105. directory on the falken machine. Load up bbscfg and under logon doors add
  106. the intrload program to it with the /L, /C<line number>.
  107.  
  108. IE: intrload /L /C5
  109.  
  110.   What this does is run the program in load mode each time someone logs on,
  111. takes about 1/2 second to run, if the network line is not active it will
  112. activate it on line 5. In a Mult-Node environment, you need one need to do this
  113. for each line that is going to be networked, with a different comport line
  114. number. Now on to your menus, place the intrload program on a menu for the users
  115. with the /R (run) command and no other parameters, intrload will search for the
  116. first available network node.
  117.  
  118. IE: intrload /R
  119.  
  120. The final command for the intrload is the /K (kill) command this will remove
  121. the network from memory and must be used with the /C<comport> FIRST!
  122.  
  123. IE: intrload /C5 /K  <-- Note that the comport comes FIRST!
  124.  
  125. This command is usefull in a sysop menu some where to kill the intrgame
  126. network, note that this will reload as soon as someone logs back on.
  127.  
  128.   If all has gone right you can now logon to falken, and the network should be
  129. active as soon as you run through the logon. Then you can enter the intrgame
  130. and start testing your doors.
  131.  
  132.  
  133.   Registrations: until registered, the intergame will only allow 2 games max
  134. and 1 node, this is enough to allow you to test and determine the performance
  135. of the program. Registration is only 20.00 (US FUNDS) check or money order for
  136. the single node version and 50.00 for the multi-node version.
  137.  
  138. If you have any problems I will be HAPPY to help you out in getting things
  139. setup.
  140.  
  141.  
  142. Send your check or money order for 20.00 for the single node version OR 50.00
  143. for the multi-node version along with your name, address, phone number <data>,
  144. and falken serial number to...
  145.  
  146.  
  147.   Chris Whitacre
  148.   P.O. Box 1703
  149.   Hanford, Ca. 93232-1703
  150.  
  151. Support BBS: (209) 582-4747 or telnet/http/ftp: midnight.kingsnet.com
  152. Email: cd@midnight.kingsnet.com
  153.